home *** CD-ROM | disk | FTP | other *** search
Winamp Compiled Maki Script | 2002-07-03 | 1.0 KB | 37 lines |
- /* Note: a decompiler is no invitation to steal code.
- Please respect the the copyright */
-
- #include "std.mi"
- Global Group Group2;
- Global Group Group3;
-
- Function func98(Int 0);
-
- System.onScriptLoaded()
- {
- Group2 = System.getScriptGroup();
- Group3 = Group2.findObject(( "video\.visualization"));
- func98(Group2.getWidth());
- return Null;
- }
-
- Group2.onResize(int x, int y, int w, int h)
- {
- func98(w);
- return Null;
- }
-
- func98(Int 0)
- {
- if(( Int10 > 318)) {
- Group3.hide();
- return Null;
- } else {
- Group3.show();
- return Null;
- }
- return Null;
- }
-
-
-